home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / readme.txt < prev    next >
Text File  |  2003-08-13  |  2KB  |  44 lines

  1. This is the Templates folder, it holds the files which you can see in the New
  2. Dialog from syn. You should store here your Templates, if you activate "Save
  3. Bookmarks and Caret Position" in the Options Dialog it will restore the Caret
  4. Position in the new created document to the same value as it was in the Template.
  5.  
  6. All files which are hidden are not shown in the New Dialog, so you should make
  7. the Bookmark files (*.sbm) hidden. Using SBM files for the Templates is very neat,
  8. because the created Document will have all Bookmarks and Caret Position as in the
  9. Template.
  10.  
  11. Templates in the root are added to the General Tab in the new Dialog, if there are
  12. no Templates in the root, there is also no General Tab in the New Dialog. There
  13. is a separate Tab for each sub folder in the Templates dir, so you can order your
  14. Tamplates.
  15.  
  16. Syntax for the description is:
  17.  
  18. Description: <your description>|
  19.  
  20. The description must appear in the FIRST line, and the syntax is case sensitive,
  21. e.g.:
  22.  
  23. description: <the description>|
  24.  
  25. will not work. If the program finds this Description in the first line it will
  26. remove it from the created Document.
  27.  
  28. Variables which may be used in a template:
  29.  
  30. - {$DateTime} will be replaced with the current Date and/or Time, according your
  31.   settings in the Options Dialog.
  32. - {$UserName} for the current user.
  33. - {$FileTitle} for the filename without path.
  34. - {$FileTitleNoExt} for the filename without path and extension.
  35. - {$FileName} for the whole filename.
  36. - {$FilePath} for the path to the file.
  37. - {$SourceFile} the filename of the template
  38. All occurrences of these variables in this Templates will be replaced, this syntax
  39. is NOT case sensitive.
  40.  
  41. See the Manual (syn.pdf) for more informations.
  42.  
  43. $Id: readme.txt,v 1.2.2.5 2003/08/13 00:38:45 neum Exp $
  44.